home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / bbs / pcsuni1.zip / HOHO302.ZIP / HOHAUS6.PPE (.txt) < prev    next >
PCBoard Programming Language Executable  |  1997-03-24  |  3KB  |  115 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 3.2O (Encryption type I) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.     String   STRING002
  21.     String   STRING003
  22.  
  23. ;------------------------------------------------------------------------------
  24.  
  25.     Goto LABEL001
  26.     End
  27.     If (0 == 0) STRING001 = "NO"
  28.     If (0 == 1) STRING001 = "YES"
  29.  
  30.     EndFunc
  31.  
  32.     :LABEL001
  33.     If (Exist(PPEPath() + "HOHAUS.KEY")) Then
  34.         FOpen 2, PPEPath() + "HOHAUS.KEY", 0, 0
  35.         FGet 2, STRING002
  36.         FGet 2, STRING003
  37.         FClose 2
  38.         If ((Left(STRING002, 1) == "@") || (Left(STRING003, 1) == "@")) Goto LABEL002
  39.     Endif
  40.     If (Crc32(1, PPEPath() + "HOHAUS.PPE") <> 1487489944) Goto LABEL002
  41.     If (Crc32(1, PPEPath() + "HOHAUS1.PPE") <> 1286404451) Goto LABEL002
  42.     End
  43.     :LABEL002
  44.     Cls
  45.     Newlines 2
  46.     PrintLn "@X10┌─────────────────────────────────────────────────────────────────────────────@X19┐@X0F"
  47.     PrintLn "@X10│@X9C !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @X19│@X0F"
  48.     PrintLn "@X10│@X9C !!!!!                                                                 !!!!! @X19│@X0F"
  49.     PrintLn "@X10│@X9C !!!!!    @X1E One or more of the HoHaus modules has been tampered with.  @X9C !!!!! @X19│@X0F"
  50.     PrintLn "@X10│@X9C !!!!!    @X1E HoHaus will not continue, please obtain an original archive@X9C !!!!! @X19│@X0F"
  51.     PrintLn "@X10│@X9C !!!!!    @X1E from the PCS Support BBS listed in the HoHaus documentation.@X9C!!!!! @X19│@X0F"
  52.     PrintLn "@X10│@X9C !!!!!                                                                @X9C !!!!! @X19│@X0F"
  53.     PrintLn "@X10│@X9C !!!!!    @X1E Decompilation of copyrighted works is a U.S. Federal       @X9C !!!!! @X19│@X0F"
  54.     PrintLn "@X10│@X9C !!!!!    @X1E crime, and punishable by up to 10 years in prison and      @X9C !!!!! @X19│@X0F"
  55.     PrintLn "@X10│@X9C !!!!!    @X1E a $100,000 fine.                                           @X9C !!!!! @X19│@X0F"
  56.     PrintLn "@X10│@X9C !!!!!                                                                @X9C !!!!! @X19│@X0F"
  57.     PrintLn "@X10│@X9C !!!!!    @X1E Support shareware, this is how we put food on our tables   @X9C !!!!! @X19│@X0F"
  58.     PrintLn "@X10│@X9C !!!!!    @X1E and clothes on our childrens backs.  Thank you!            @X9C !!!!! @X19│@X0F"
  59.     PrintLn "@X10│@X9C !!!!!                                                                 !!!!! @X19│@X0F"
  60.     PrintLn "@X10│@X9C !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @X19│@X0F"
  61.     PrintLn "@X10└@X19─────────────────────────────────────────────────────────────────────────────┘@X0F"
  62.     Delay (32760 * 182) / 10
  63.     End
  64.  
  65. ;------------------------------------------------------------------------------
  66. ;
  67. ; Usage report (before postprocessing)
  68. ;
  69. ; ■ Statements used :
  70. ;
  71. ;    3       End
  72. ;    1       Cls
  73. ;    5       Goto 
  74. ;    2       Let 
  75. ;    16      PrintLn 
  76. ;    6       If 
  77. ;    1       FOpen 
  78. ;    1       FClose 
  79. ;    2       FGet 
  80. ;    1       Delay 
  81. ;    1       Newlines 
  82. ;    1       EndFunc
  83. ;
  84. ;
  85. ; ■ Functions used :
  86. ;
  87. ;    1       *
  88. ;    1       /
  89. ;    4       +
  90. ;    4       ==
  91. ;    2       <>
  92. ;    1       !
  93. ;    1       ||
  94. ;    2       Left()
  95. ;    4       PPEPath()
  96. ;    1       Exist()
  97. ;    2       Crc32()
  98. ;
  99. ;------------------------------------------------------------------------------
  100. ;
  101. ; Analysis flags : No flag
  102. ;
  103. ;------------------------------------------------------------------------------
  104. ;
  105. ; Postprocessing report
  106. ;
  107. ;    0       For/Next
  108. ;    0       While/EndWhile
  109. ;    1       If/Then or If/Then/Else
  110. ;    0       Select Case
  111. ;
  112. ;------------------------------------------------------------------------------
  113. ;                 AEGiS Corp - Break the routines, code against the machines!
  114. ;------------------------------------------------------------------------------
  115.